home *** CD-ROM | disk | FTP | other *** search
- object UserEditForm: TUserEditForm
- Left = 363
- Top = 114
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Edit User Information'
- ClientHeight = 402
- ClientWidth = 401
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 360
- Width = 401
- Height = 42
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object SaveButton: TBitBtn
- Left = 304
- Top = 6
- Width = 85
- Height = 31
- Caption = '&Save'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = SaveButtonClick
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 208
- Top = 6
- Width = 85
- Height = 31
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BitBtn2Click
- NumGlyphs = 2
- end
- end
- object PageControl1: TPageControl
- Left = 8
- Top = 8
- Width = 385
- Height = 347
- ActivePage = tabsheetEditUser
- TabOrder = 1
- object tabsheetEditUser: TTabSheet
- Caption = 'Edit User'
- object lblParentChange: TLabel
- Left = 22
- Top = 296
- Width = 325
- Height = 13
- Caption =
- 'You will need to log out and log back in for changes to go into ' +
- 'effect.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Categorybox1: TGroupBox
- Left = 192
- Top = 4
- Width = 177
- Height = 285
- Caption = 'User is blocked from'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object DBCheckBox3: TDBCheckBox
- Left = 10
- Top = 30
- Width = 159
- Height = 20
- Alignment = taLeftJustify
- Caption = 'Pornography'
- DataField = 'PORN'
- DataSource = Form1.UsersSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- ValueChecked = 'T'
- ValueUnchecked = 'F'
- end
- object DBCheckBox4: TDBCheckBox
- Left = 10
- Top = 62
- Width = 159
- Height = 19
- Alignment = taLeftJustify
- Caption = 'Adult Subjects'
- DataField = 'ADULT'
- DataSource = Form1.UsersSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- ValueChecked = 'Y'
- ValueUnchecked = 'N'
- end
- object DBCheckBox5: TDBCheckBox
- Left = 10
- Top = 94
- Width = 159
- Height = 19
- Alignment = taLeftJustify
- Caption = 'Violence/Criminal Activity'
- DataField = 'VIOLENCE'
- DataSource = Form1.UsersSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- ValueChecked = 'Y'
- ValueUnchecked = 'N'
- end
- object DBCheckBox6: TDBCheckBox
- Left = 10
- Top = 126
- Width = 159
- Height = 19
- Alignment = taLeftJustify
- Caption = 'Hate/Persecution'
- DataField = 'HATE'
- DataSource = Form1.UsersSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- ValueChecked = 'Y'
- ValueUnchecked = 'N'
- end
- object DBCheckBox7: TDBCheckBox
- Left = 10
- Top = 158
- Width = 159
- Height = 19
- Alignment = taLeftJustify
- Caption = 'Drugs/Alcohol'
- DataField = 'DRUGS'
- DataSource = Form1.UsersSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- ValueChecked = 'Y'
- ValueUnchecked = 'N'
- end
- object DBCheckBox8: TDBCheckBox
- Left = 10
- Top = 190
- Width = 159
- Height = 19
- Alignment = taLeftJustify
- Caption = 'Gambling'
- DataField = 'GAMBLE'
- DataSource = Form1.UsersSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- ValueChecked = 'Y'
- ValueUnchecked = 'N'
- end
- object DBCheckBox9: TDBCheckBox
- Left = 10
- Top = 222
- Width = 159
- Height = 19
- Alignment = taLeftJustify
- Caption = 'Weaponry'
- DataField = 'WEAPON'
- DataSource = Form1.UsersSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- ValueChecked = 'Y'
- ValueUnchecked = 'N'
- end
- end
- object GroupBox1: TGroupBox
- Left = 12
- Top = 4
- Width = 173
- Height = 285
- Caption = 'User Information'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object Label1: TLabel
- Left = 18
- Top = 22
- Width = 28
- Height = 13
- Caption = 'Name'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 18
- Top = 64
- Width = 46
- Height = 13
- Caption = 'Password'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 18
- Top = 150
- Width = 19
- Height = 13
- Caption = 'Age'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblConfirm: TLabel
- Left = 18
- Top = 106
- Width = 135
- Height = 13
- Caption = 'Confirm Password (Re-Enter)'
- end
- object UserNameEdit: TDBEdit
- Left = 18
- Top = 38
- Width = 139
- Height = 21
- CharCase = ecUpperCase
- DataField = 'USERNAME'
- DataSource = Form1.UsersSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 10
- ParentFont = False
- TabOrder = 0
- end
- object AgeCombo: TDBComboBox
- Left = 18
- Top = 166
- Width = 145
- Height = 21
- Style = csDropDownList
- DataField = 'age'
- DataSource = Form1.UsersSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Preschool'
- 'Grade 1'
- 'Grade 2'
- 'Grade 3'
- 'Grade 4'
- 'Grade 5'
- 'Grade 6'
- 'Grade 7'
- 'Grade 8'
- 'Grade 9'
- 'Grade 10'
- 'Grade 11'
- 'Grade 12'
- 'Age 18-24'
- 'Age 25-34'
- 'Age 35-49'
- 'Age 50-64'
- 'Age 65+')
- ParentFont = False
- TabOrder = 3
- end
- object edtConfirm: TEdit
- Left = 18
- Top = 124
- Width = 139
- Height = 21
- PasswordChar = '*'
- TabOrder = 2
- end
- object UserPassEdit: TEdit
- Left = 18
- Top = 82
- Width = 139
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object dbcbLogHistory: TDBCheckBox
- Left = 18
- Top = 226
- Width = 79
- Height = 17
- Caption = 'Log history'
- DataField = 'LOGIT'
- DataSource = Form1.UsersSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- ValueChecked = 'T'
- ValueUnchecked = 'F'
- end
- object dbcbSiteSubmission: TDBCheckBox
- Left = 18
- Top = 200
- Width = 121
- Height = 17
- Caption = 'Allow site submission'
- DataField = 'SUBMIT'
- DataSource = Form1.UsersSource
- TabOrder = 4
- ValueChecked = 'True'
- ValueUnchecked = 'False'
- end
- object CBWordBlock: TCheckBox
- Left = 18
- Top = 252
- Width = 97
- Height = 17
- Caption = 'Block By Word'
- TabOrder = 6
- OnClick = CBWordBlockClick
- OnEnter = CBWordBlockEnter
- end
- end
- end
- end
- end
-